The Board view presents sub-notes in columns for a Kanban-like experience. Each column represents a possible value for a status label, which can be adjusted.

How it works

When first creating a collection of Board type, a few subnotes will be created, each having a #status label set. The board then groups each note by the value of the status attribute.

Notes are displayed recursively, so even the child notes of the child notes will be displayed. However, unlike the Table View, the notes are not displayed in a hierarchy.

Interaction with columns

Interaction with notes

Configuration

Grouping by another attribute

By default, the label used to group the notes is #status. It is possible to use a different label if needed by defining a label named #board:groupBy with the value being the attribute to use (without # attribute prefix).

Interaction

Limitations